NB3Message
public NB3Message(java.lang.String sender,
java.util.List<java.lang.String> receivers,
NB3Message.MsgType type,
java.util.List<? extends NB3Action> actions,
java.lang.String proposalID)
Constructor to create a message object that can be understood by the NB3 algorithm.
Whenever the agent receives a message according to some negotiation/communication protocol, that message should be converted
to an object of the class NB3Message, so that it can be handled by the NB3 algorithm.
- Parameters:
sender
- receivers
- type
- actions
- proposalID
-